mirror of
https://github.com/archtechx/laravel-tips.git
synced 2025-12-12 05:14:04 +00:00
13 lines
No EOL
427 B
Markdown
13 lines
No EOL
427 B
Markdown
---
|
|
title: 'You can import entire namespaces in PHP'
|
|
tweet_id: '1538579126595899393'
|
|
thread_slug: weekly-thread-2022-24
|
|
author_username: archtechx
|
|
images:
|
|
- 'https://pbs.twimg.com/media/FVYDILtUAAAmQlc.jpg'
|
|
created_at: 2022-06-19T17:47:03+00:00
|
|
slug: you-can-import-entire-namespaces-in-php
|
|
---
|
|
🔥 You can import entire namespaces in PHP
|
|
|
|
This is useful when you're interacting with *many* classes from a single namespace |