Planificacion y avances de backend
This commit is contained in:
@@ -6,6 +6,9 @@ use App\Traits\UuidPrimaryKey;
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
use Illuminate\Database\Eloquent\SoftDeletes;
|
||||
|
||||
/**
|
||||
* @method static find(mixed $restaurant)
|
||||
*/
|
||||
class Restaurante extends Model {
|
||||
use UuidPrimaryKey, SoftDeletes;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user