authserver/testCAS/database/seeds/DatabaseSeeder.php
author julien <julien@erret.com>
Fri, 31 Jul 2015 18:33:02 +0200
changeset 67 6e041b15bc78
parent 0 1afc9d2ab94d
permissions -rw-r--r--
Move the header title of the annotationList box and LatestAnnotation Box, inside the widget

<?php

use Illuminate\Database\Seeder;
use Illuminate\Database\Eloquent\Model;

class DatabaseSeeder extends Seeder
{
    /**
     * Run the database seeds.
     *
     * @return void
     */
    public function run()
    {
        Model::unguard();

        // $this->call('UserTableSeeder');
    }
}