opt
/
cpanel
/
ea-wappspector
/
vendor
/
rector
/
rector
/
vendor
/
illuminate
/
contracts
/
Foundation
➕ New
📤 Upload
✎ Editing:
MaintenanceMode.php
← Back
<?php namespace RectorPrefix202411\Illuminate\Contracts\Foundation; interface MaintenanceMode { /** * Take the application down for maintenance. * * @param array $payload * @return void */ public function activate(array $payload) : void; /** * Take the application out of maintenance. * * @return void */ public function deactivate() : void; /** * Determine if the application is currently down for maintenance. * * @return bool */ public function active() : bool; /** * Get the data array which was provided when the application was placed into maintenance. * * @return array */ public function data() : array; }
💾 Save Changes
Cancel
📤 Upload File
×
Select File
Upload
Cancel
➕ Create New
×
Type
📄 File
📁 Folder
Name
Create
Cancel
✎ Rename Item
×
Current Name
New Name
Rename
Cancel
🔐 Change Permissions
×
Target File
Permission (e.g., 0755, 0644)
0755
0644
0777
Apply
Cancel