Skip to content

Commit

Permalink
Support Laravel 11
Browse files Browse the repository at this point in the history
  • Loading branch information
staudenmeir committed Mar 9, 2024
1 parent b39e630 commit ad384af
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/Schema/Grammars/CompilesViews.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,16 +39,6 @@ public function compileDropView($name, $ifExists)
return 'drop view '.$ifExists.$this->wrapTable($name);
}

/**
* Compile the query to determine if a view exists.
*
* @return string
*/
public function compileViewExists()
{
return 'select * from information_schema.views where table_schema = ? and table_name = ?';
}

/**
* Compile the query to refresh a materialized view.
*
Expand Down

0 comments on commit ad384af

Please sign in to comment.