| Total Complexity | 3 | 
| Total Lines | 42 | 
| Duplicated Lines | 0 % | 
| Changes | 1 | ||
| Bugs | 0 | Features | 0 | 
| 1 | <?php | ||
| 14 | class Schema extends BaseSchema | ||
| 15 | { | ||
| 16 | /** | ||
| 17 | * Get a schema builder instance for a connection. | ||
| 18 | * | ||
| 19 | * @param string $name | ||
| 20 | * | ||
| 21 | * @return Builder | ||
| 22 | */ | ||
| 23 | public static function connection($name) | ||
| 46 | } | ||
| 47 | |||
| 48 | /** | ||
| 49 | * Get a schema builder instance for the default connection. | ||
| 50 | * | ||
| 51 | * @return Builder | ||
| 52 | */ | ||
| 53 | protected static function getFacadeAccessor() | ||
| 58 |