lundi 28 décembre 2015

Laravel Schema::drop($table) return value

I was just wondering if I use drop() method in Laravel Eloquent like say,

    Schema::drop('users')

what will be the return value of it ? Though I can use hasTable() method after drop() method to check table existence but I was just wondering if we can get it directly from return value ?

In laravel api Blueprintclass I can see it's mentioned as Return Value - Fluent. But I don't know what is the meaning of it ? Can anyone help ?

Thanks in advance,

Sambhav



via Chebli Mohamed

Aucun commentaire:

Enregistrer un commentaire