Some database statements do not return any value. For these types of operations, you may use the statement method on the DB facade:
statement
DB
DB::statement('drop table users');