Acacha\Llum\Traits\TouchSqliteFile::touchSqliteFile PHP Method

touchSqliteFile() protected method

Touch sqlite database file.
protected touchSqliteFile ( string $file = 'database/database.sqlite' )
$file string
    protected function touchSqliteFile($file = 'database/database.sqlite')
    {
        $this->touchFile($file);
    }