mirror of
https://github.com/nullthoughts/laravel-data-sync.git
synced 2026-02-12 01:52:10 +00:00
wip tests
This commit is contained in:
10
tests/Roles.php
Normal file
10
tests/Roles.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace distinctm\LaravelDataSync\Tests;
|
||||
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
|
||||
class Roles extends Model
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user